home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / bguib417.rdm < prev    next >
Text File  |  1997-01-18  |  4KB  |  113 lines

  1. Short:    AmigaOberon Interface for BGUI v41.7
  2. Author:   lakuhns@cis.cisnet.com (Larry Kuhns)
  3. Uploader: lakuhns@cis.cisnet.com (Larry Kuhns)
  4. Type:     dev/obero
  5.  
  6. DESCRIPTION
  7.  
  8.     BGUI is a graphical user interface library for the Amiga computer which
  9.     allows for easy, flexible and fast GUI creation. It is based on BOOPSI
  10.     (Basic Object-Oriented Programming System for Intuition) and consists
  11.     of a single shared library which is easy to install.
  12.  
  13.     - Programmers:
  14.  
  15.         * BGUI gives you the ability to easily create automatically font
  16.           sensitive and resizable windows.  You won't use gadtools.library
  17.           again!
  18.  
  19.         * BGUI handles input and notification; your application can almost
  20.           run by itself.
  21.  
  22.         * BGUI has been used for many projects, and is well tested and
  23.           developed. There are many other experienced programmers who can help
  24.           you get started.
  25.  
  26.         * BGUI interfaces can adapt to user preferences, and localize
  27.           themselves.
  28.  
  29.         * BGUI comes with enough object classes to get you going, and third
  30.           parties have written classes as well.  Example source is included to
  31.           show you how to write your own.
  32.  
  33.         * BGUI is free! No license or fees required for shareware or commercial
  34.           usage.
  35.  
  36.     - Users:
  37.  
  38.         * BGUI interfaces are font sensitive, resizable, often localized, and
  39.           can adjust to your preferences.
  40.  
  41.         * BGUI has far smaller memory and disk requirements than other GUI
  42.           systems, while retaining the most important features.
  43.  
  44.         * Many BGUI applications include everything you need to get started,
  45.           there is rarely a need to obtain yet another file.
  46.  
  47.         * BGUI is free!
  48.  
  49.     This archive contains the BGUI modules and examples on how to use BGUI
  50.     with AmigaOberon.
  51.  
  52. VERSION
  53.  
  54.     V41.7
  55.  
  56. CHANGES SINCE
  57.  
  58.     - None
  59.  
  60. WHAT YOU NEED
  61.  
  62.     AmigaOberon 3.0+ - Interfaces V40.15  (Aminet/dev/obero/Interfaces3_6.lha)
  63.  
  64.     The lastest BGUI developer pack is available on :
  65.  
  66.     - http://www.az.com/~ie/bgui/
  67.     - http://www.users.dircon.co.uk/~nmc/bgui/
  68.     - ftp://ftp.pdi.net/pub/BGUI
  69.     - ftp://wizard.hip.cam.org/bgui
  70.  
  71.  
  72. WHAT YOU GET
  73.  
  74.     »UP«  Updated
  75.     »NEW« New addition
  76.  
  77.     Sources/Examples
  78.  
  79.  »NEW«  Addbuttons.mod         - add, insert and remove buttons from a window
  80.  »NEW«  BguiDemo.mod           - the famous BGUIDemo in Oberon
  81.  »NEW«  BGUIScrollWindow.mod   - scoll a bitmap in a bgui window
  82.  »NEW«  Borders.mod            - how to add gadgets to a window's borders
  83.  »NEW«  DemoCode.mod           - user notification used in all examples
  84.  »NEW«  FieldList.mod          - drag'n'drop items in listviews
  85.  »NEW«  FieldListH.mod         - a listview custom class for FieldList.mod
  86.  »NEW«  FrameLessInfo.mod      - info text with no frame
  87.  »NEW«  HScroll.mod            - horizontal scrolling of a listview
  88.  »NEW«  MultiCol.mod           - multi column listview
  89.  »NEW«  MultiFont.mod          - use more than one font in the same window
  90.  »NEW«  MultiSelect.mod        - multiselection in listview
  91.  »NEW«  Palette.mod            - drag'n'drop colors on a custom class button
  92.  »NEW«  PopButton.mod          - drop menus from a button
  93.  
  94.     Sources/Libraries and macros
  95.  
  96.  »NEW«  Bgui.mod               - source of bgui.library interface
  97.  »NEW«  BguiMacro.mod          - source of bgui macros
  98.  
  99. HISTORY
  100.  
  101.     V41.7:
  102.  
  103.     - First release. Interface modules, macros and demos.
  104.  
  105.  
  106. AUTHORS
  107.  
  108.     Original BGUI resources     - Jan van den Baard
  109.     BGUI C header and library   - Ian J. Einman (74271.2766@compuserve.com)
  110.     BGUI AmigaOberon modules    - Larry Kuhns (lakuhns@cis.cisnet.com)
  111.  
  112.     Authors of examples are named in each file when available.
  113.